home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / select-default-iwrap < prev    next >
Text File  |  2009-05-15  |  474b  |  34 lines

  1. #!/usr/bin/perl -w
  2.  
  3. use Debian::DictionariesCommon q(setuserdefault);
  4.  
  5. setuserdefault ();
  6.  
  7. __END__
  8.  
  9.  
  10. =head1 NAME
  11.  
  12. B<select-default-iwrap> - Selects the user default ispell dictionary for use
  13. with ispell-wrapper
  14.  
  15. =head1 SYNOPSIS
  16.  
  17.  select-default-iwrap
  18.  
  19. =head1 DESCRIPTION
  20.  
  21. Selects the user default ispell dictionary for use
  22. with ispell-wrapper, putting the selected value
  23. in F<~/.ispell-default>.
  24.  
  25. =head1 SEE ALSO
  26.  
  27. ispell-wrapper(1)
  28.  
  29. =head1 AUTHORS
  30.  
  31. Rafael Laboissiere
  32.  
  33. =cut
  34.